home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / res / description / Ttargetexpression.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  139b  |  11 lines

  1. #ifndef _Ttargetexpression_H_
  2. #define _Ttargetexpression_H_
  3.  
  4. enum
  5. {
  6.     TARGETEXPRESSIONTAG_LINK            = 1001 // ObjectLink
  7. };
  8.  
  9. #endif
  10.  
  11.